public marks

PUBLIC MARKS from "Xavier Lacot" with tags php & developement

2013

Awesome PHP Libraries and Resources

by 1 other
An extensive list of interesting PHP libraries and frameworks

2012

PHP Error | error reporting for PHP

by 2 others
A nice stack trace generation tool for PHP.

2011

Template for Jenkins Jobs for PHP Projects

The goal of this project is to provide a standard template for Jenkins jobs for PHP projects.

2010

Liip Blog // PHP Content Repository: Full implementation in sight

Announcement of PHPCR available, using iterators, PHP 5.3 namespaces. This is the future storage backend for the Symfony2 CMF.

HipHop for Mac | HPHP Playground

HipHop PHP, Facebook's PHP preprocessor, has been ported to OSX. Nice features, and possibly a working install !

pearhub.org

A service allowing to build pear packages directly and automatically from a github repository. OpenId login. Nifty.

Learning PHP 5.3 by writing your own ORM – techPortal

by 1 other
A tutorial on how to create a simple ORM using power features of PHP5.3

Roadsend PHP Compiler

by 1 other
A compiler for PHP programs, which allows to compile PHP application as common desktop binaries: non-required php executable, eventually microserver embedded, php-gtk support, etc.

2009

Advanced Routing (part 2) | More with symfony 1.3 & 1.4 | symfony | Web PHP Framework

A complete tutorial about route collections, which explains in detail what it is and how to use it.

mysql-workbench-doctrine-plugin - Project Hosting on Google Code

The MySQL Workbench Doctrine Plugin is a plugin developed for MySQL Workbench which is a tool for developing MySQL databases with a graphical interface. Even developing MySQL databases with Workbench you can use the .yml output for usage with every database supported by doctrine.

redis - Project Hosting on Google Code

by 4 others, 1 comment
A performant key-value database. A PHP module is available, that lets PHP access to Redis in a performant way.

Lithium

The website of Lithium, the fork of the CakePHP framework, made by two of its core members.

Gearman

Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. One type of asynchronous and worker solution I could use in the implementation of asynchronousity in Symfony's media plugin

NetBeans for PHP : weblog

The work for supporting for Symfony PHP Framework in NetBeans 6.8 is finished. This should make Netbeans the default editor for PHP developers, far before Eclipse. As for me, I'll stick to Textmate :)

Symfony-Zone » HelloWorld example with Flex and Symfony

by 3 others
A simple guide on how to use Flex from within Symfony. The tutorial helps creating a simple client with a text field and a button, and shows all the mechanism involved in the communication to the Symfony backend server.

Issue 145913 - Netbeans 7.0 to support Symfony

"The news is that the Symfony support will be part of NetBeans 7.0. We are going to start work on it very soon. I hope that it will be a part of continual build this year and community can comment the support and work with us to finish it in the best possible quality and usability."

2008

Livre blanc : frameworks php pour l’entreprise

by 2 others
Forte d’une expérience éprouvée des frameworks PHP majeurs, Clever Age publie aujourd’hui un livre blanc au sujet des frameworks PHP pour l’entreprise.

2007

Late Static Bindings Explained

Late Static Binding (LSB, yes, not LSD) is an OO feature that is meant to be implemented in PHP 6, and maybe even backported to PHP 5. This article will describe what LSB is, what problems it's supposed to solve and how.

Xdebug 2 released - Derick Rethans

by 1 other
After almost four years of work, Xdebug 2 is finally ready. With improved functionality and many new features it is ready to totally change the way you develop in PHP.... Nothing less ? :)